home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: in1.uu.net!utcsri!utnut!nott!emr1!jagrant
- From: jagrant@emr1.emr.ca (John Grant)
- Subject: Re: Simple newbie question
- Message-ID: <DnvCIs.uq@emr1.emr.ca>
- Organization: Energy, Mines, and Resources, Ottawa
- References: <1996Mar6.133456.3709@cs.mun.ca>
- Date: Wed, 6 Mar 1996 23:13:40 GMT
-
- In article <1996Mar6.133456.3709@cs.mun.ca> davidp@cs.mun.ca (David James Pierce) writes:
- >I have recently installed Borland C++ Ver. 4.5 on my PC. The answer to
- >this qestion should be easy. I am trying to link a .OBJ file to my main
- >program, but I can't seem to find where I am suppose to specify that I
- >want to link in this particular .OBJ. (This is in the programmer's workbench).
- >Can anyone field this question?
- If you have the .c/.cpp file, just put the .c source file in your
- project. If you only have a .obj file, then just put the .obj
- file in your project. Either way, the compiler/linker takes
- care of it.
-
- (BTW 'Programmer's Workbench' is a Microsoft product)
- --
- John A. Grant jagrant@emr1.emr.ca
- Airborne Geophysics
- Geological Survey of Canada, Ottawa
-